From: Eli Zaretskii Date: Sat, 9 Jul 2011 14:32:59 +0000 (+0300) Subject: Remove from etc/NEWS the warning about display strings not being reordered. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~2638^2~10 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fc736f3e00eabc9899ccfae2f9d842ade91981dd;p=emacs.git Remove from etc/NEWS the warning about display strings not being reordered. --- diff --git a/etc/NEWS b/etc/NEWS index 7da456dfc3d..1001875a2e5 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -94,7 +94,7 @@ error, its exit status is 1. ** Emacs now supports display and editing of bidirectional text. See the node "Bidirectional Editing" in the Emacs Manual for some -initial documentation. +additional documentation. To turn this on in any given buffer, set the buffer-local variable `bidi-display-reordering' to a non-nil value. The default is nil. @@ -113,10 +113,6 @@ Reordering of bidirectional text for display in Emacs is a "Full bidirectionality" class implementation of the Unicode Bidirectional Algorithm. -Note that some advanced display features, such as overlay strings and -`display' text properties, do not yet work correctly when -bidirectional text is reordered for display. - ** GTK scroll-bars are now placed on the right by default. Use `set-scroll-bar-mode' to change this.